package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-site-2.9.3.tbz
sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6
sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 28 Jan 2022

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Travis status" AppVeyor status" Release"

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.0"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk < "2.1.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. advi
  18. afl-persistent >= "1.4"
  19. agrid
  20. ahrocksdb
  21. aifad >= "2.2.1"
  22. alba >= "0.4.1"
  23. albatross
  24. alcotest < "1.7.0"
  25. alcotest-async < "1.7.0"
  26. alg_structs
  27. alg_structs_qcheck
  28. algaeff
  29. allegro5
  30. alonzo
  31. alsa >= "0.3.0"
  32. alt-ergo >= "2.3.0" & < "2.4.3"
  33. alt-ergo-lib < "2.4.3"
  34. alt-ergo-parsers < "2.4.3"
  35. altgr-ergo >= "2.3.0" & < "2.4.3"
  36. amqp-client >= "2.0.3"
  37. amqp-client-async
  38. amqp-client-lwt
  39. anders
  40. angstrom >= "0.11.1"
  41. angstrom-async >= "0.11.1"
  42. angstrom-lwt-unix >= "0.11.1"
  43. angstrom-unix >= "0.11.1"
  44. ansi < "0.6.0"
  45. ansi-parse
  46. anthill
  47. ao >= "0.2.2"
  48. api-watch
  49. apronext
  50. archetype
  51. archi
  52. archi-async
  53. archi-lwt
  54. arg-complete
  55. argon2
  56. arp
  57. art
  58. asak
  59. ask
  60. ask-integrator
  61. asli >= "0.2.0"
  62. asn1-combinators >= "0.2.5"
  63. async < "v0.17.0"
  64. async-uri < "0.4.0"
  65. async_durable < "v0.17.0"
  66. async_extra < "v0.17.0"
  67. async_find < "v0.17.0"
  68. async_graphics
  69. async_inotify < "v0.17.0"
  70. async_interactive < "v0.17.0"
  71. async_js < "v0.17.0"
  72. async_kernel < "v0.17.0"
  73. async_rpc_kernel < "v0.17.0"
  74. async_rpc_websocket < "v0.17.0"
  75. async_sendfile < "v0.17.0"
  76. async_shell < "v0.17.0"
  77. async_smtp < "v0.17.0"
  78. async_ssl < "v0.17.0"
  79. async_udp < "v0.17.0"
  80. async_unix < "v0.17.0"
  81. async_websocket < "v0.17.0"
  82. atable
  83. atd >= "2.2.1"
  84. atdcpp
  85. atdd
  86. atdgen >= "2.2.1"
  87. atdgen-codec-runtime
  88. atdgen-runtime >= "2.2.1"
  89. atdj >= "2.2.1"
  90. atdpy
  91. atds
  92. atdts
  93. atomic < "base"
  94. autofonce
  95. autofonce_config
  96. autofonce_core
  97. autofonce_lib
  98. autofonce_m4
  99. autofonce_misc
  100. autofonce_patch
  101. autofonce_share
  102. avro
  103. avro-compiler
  104. awa
  105. awa-mirage
  106. aws >= "1.2"
  107. aws-async
  108. aws-autoscaling >= "1.2"
  109. aws-cloudformation >= "1.2"
  110. aws-cloudtrail >= "1.2"
  111. aws-cloudwatch
  112. aws-ec2 >= "1.2"
  113. aws-elasticache
  114. aws-elasticloadbalancing >= "1.2"
  115. aws-lwt
  116. aws-rds
  117. aws-route53
  118. aws-s3
  119. aws-s3-async
  120. aws-s3-lwt
  121. aws-sdb >= "1.2"
  122. aws-sqs
  123. aws-ssm >= "1.2"
  124. aws-sts >= "1.2"
  125. azblob
  126. azblob-async
  127. azure-cosmos-db
  128. babel < "v0.17.0"
  129. bag
  130. bare_encoding
  131. bark
  132. base < "v0.17.0"
  133. base32
  134. base64 >= "2.3.0"
  135. base_bigstring < "v0.17.0"
  136. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  137. base_trie < "v0.17.0"
  138. bastet
  139. bastet_async
  140. bastet_lwt
  141. batch_jaro_winkler
  142. batsat
  143. batteries >= "3.7.1"
  144. bdd >= "0.5"
  145. bddrand
  146. bech32
  147. bechamel
  148. bechamel-js
  149. bechamel-notty
  150. bechamel-perf
  151. beluga = "1.0"
  152. benchmark >= "1.6"
  153. benchpress
  154. benchpress-server
  155. bencode >= "2.0"
  156. bentov
  157. bheap >= "2.0.0"
  158. bibfmt
  159. bidirectional_map < "v0.17.0"
  160. bigarray-compat
  161. bigarray-overlap
  162. bigdecimal < "v0.17.0"
  163. bignum < "v0.17.0"
  164. bigstring >= "0.3"
  165. bigstring-unix
  166. bigstringaf >= "0.5.0" & < "0.9.1"
  167. bimage
  168. bimage-display
  169. bimage-gtk
  170. bimage-io
  171. bimage-lwt
  172. bimage-sdl
  173. bimage-unix
  174. bimap
  175. bin_prot < "v0.17.0"
  176. binaryen != "0.3.0" & < "0.20.0"
  177. binaryen_dsl
  178. bindlib >= "6.0.0"
  179. biniou >= "1.2.1"
  180. binning
  181. binsec < "0.5.0"
  182. bio_io < "0.5.1"
  183. biocaml
  184. biotk < "0.3"
  185. bisect_ppx >= "1.4.0" & < "2.8.3"
  186. bistro
  187. bistro-bio
  188. bitcoin >= "3.0"
  189. bitcoin-cohttp-async
  190. bitcoin-cohttp-lwt
  191. bitcoin-ocurl
  192. bitcoinml
  193. bitlib
  194. bitmasks
  195. bitpack_serializer
  196. bitstring >= "3.1.1"
  197. bitv >= "1.4"
  198. bitwuzla
  199. bitwuzla-bin < "1.0.0"
  200. bitwuzla-c
  201. bjack >= "0.1.6"
  202. blake2 >= "0.3"
  203. blake3
  204. bloomf
  205. bls12-381 < "6.0.1"
  206. bls12-381-gen
  207. bls12-381-hash
  208. bls12-381-js
  209. bls12-381-js-gen
  210. bls12-381-legacy
  211. bls12-381-signature
  212. bls12-381-unix
  213. bnfgen
  214. bogue
  215. boltzgen < "0.9.5"
  216. bonsai < "v0.17.0"
  217. box
  218. brr-lwd < "0.4"
  219. bson2
  220. bst >= "6.0.0"
  221. buffer-pool
  222. build_path_prefix_map >= "0.3"
  223. builder
  224. builder-web
  225. bun >= "0.3.4"
  226. bwd
  227. bwrap
  228. bytearray >= "1.0.1"
  229. bytebuffer
  230. bytepdf
  231. bz2
  232. ca-certs
  233. ca-certs-nss
  234. cactus
  235. cairn
  236. cairo2 >= "0.6"
  237. cairo2-gtk
  238. cairo2-pango
  239. caisar < "0.2.1"
  240. caisar-ir
  241. caisar-nnet
  242. caisar-onnx < "0.2"
  243. caisar-ovo
  244. caisar-xgboost
  245. calculon >= "0.4"
  246. calculon-redis
  247. calculon-redis-lib
  248. calculon-web
  249. calendar >= "3.0.0"
  250. calendars
  251. calipso
  252. calli
  253. callipyge >= "0.2"
  254. camelot
  255. camels
  256. camelsnakekebab
  257. camlimages >= "5.0.2" & < "5.0.5"
  258. camlix
  259. camlon >= "3.0.0"
  260. camlp-streams
  261. camlrack
  262. camltc >= "0.9.8"
  263. camomile = "1.0.2"
  264. camyll
  265. canary
  266. capnp >= "3.3.0"
  267. capnp-rpc < "1.2.3"
  268. capnp-rpc-lwt < "1.2.3"
  269. capnp-rpc-net < "1.2.3"
  270. capnp-rpc-unix < "1.2.3"
  271. caqti >= "1.0.0" & < "2.1.1"
  272. caqti-async >= "1.0.0" & < "2.1.1"
  273. caqti-driver-mariadb < "2.0.1"
  274. caqti-driver-pgx < "2.1.1"
  275. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  276. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  277. caqti-dynload >= "1.0.0"
  278. caqti-eio < "2.1.1"
  279. caqti-lwt >= "1.0.0" & < "2.1.1"
  280. caqti-mirage < "2.1.1"
  281. caqti-type-calendar >= "1.0.0"
  282. carray
  283. carton < "1.0.0"
  284. carton-git
  285. carton-lwt < "1.0.0"
  286. catala < "0.8.0"
  287. catala-format >= "0.2.0"
  288. catapult
  289. catapult-client
  290. catapult-daemon
  291. catapult-file
  292. catapult-sqlite
  293. cbor >= "0.3"
  294. ccbg
  295. cconv >= "0.5"
  296. cconv-ppx
  297. cdb
  298. cdrom >= "0.9.4"
  299. ceph
  300. certify >= "0.3.0"
  301. cf < "0.5.0"
  302. cf-lwt
  303. cfg >= "2.2.0"
  304. cfml
  305. cfstream >= "1.3.1"
  306. chacha
  307. chamelon
  308. chamelon-unix
  309. charInfo_width
  310. charrua
  311. charrua-client
  312. charrua-server
  313. charrua-unix
  314. charset
  315. chartjs
  316. chartjs-annotation
  317. chartjs-colorschemes
  318. chartjs-datalabels
  319. chartjs-streaming
  320. chase
  321. checkseum = "0.0.3" | >= "0.2.1"
  322. choice >= "0.4"
  323. cinaps >= "v0.12.0"
  324. clangml >= "4.0.0" & < "4.8.0"
  325. clangml-transforms
  326. clap
  327. clarity-lang
  328. class_group_vdf != "0.0.4"
  329. clim
  330. clim-ppx
  331. clp_operations
  332. clz
  333. cmarker
  334. cmdliner-stdlib
  335. cmon
  336. codept
  337. codept-lib
  338. cohttp >= "1.1.1" & < "6.0.0~alpha1"
  339. cohttp-async < "6.0.0~alpha1"
  340. cohttp-lwt < "6.0.0~beta2"
  341. cohttp-lwt-jsoo < "6.1.0"
  342. cohttp-lwt-unix < "6.0.0~beta2"
  343. cohttp_async_websocket < "v0.17.0"
  344. cohttp_static_handler < "v0.17.0"
  345. coin >= "0.1.1"
  346. colombe
  347. color >= "0.2.0"
  348. color-brewery
  349. combinat
  350. comby
  351. comby-kernel
  352. comby-semantic
  353. command_rpc < "v0.17.0"
  354. conan
  355. conan-cli
  356. conan-database
  357. conan-lwt
  358. conan-unix
  359. conduit
  360. conduit-async
  361. conduit-lwt
  362. conduit-lwt-unix
  363. conduit-mirage
  364. conex >= "0.10.0"
  365. conex-mirage-crypto
  366. confero
  367. config-file >= "1.2.1"
  368. conformist
  369. containers < "3.14"
  370. containers-data < "3.14"
  371. containers-thread
  372. content_security_policy < "v0.17.0"
  373. cookie
  374. cookies
  375. coq >= "8.14.0" & < "8.20.0"
  376. coq-core < "8.20.0"
  377. coq-of-ocaml >= "2.4.1"
  378. coq-serapi >= "8.9.0+0.6.0"
  379. coq-stdlib < "8.20.0"
  380. coqide >= "8.14.0" & < "8.20.0"
  381. coqide-server < "8.20.0"
  382. core < "v0.17.0"
  383. core-and-more
  384. core_bench < "v0.17.0"
  385. core_compat
  386. core_extended < "v0.17.0"
  387. core_kernel >= "v0.12.3" & < "v0.17.0"
  388. core_profiler < "v0.17.0"
  389. core_unix < "v0.17.0"
  390. cosovo
  391. cow = "2.4.0"
  392. cowabloga >= "0.5.0"
  393. cpm >= "5.0.0"
  394. cppo >= "1.6.6"
  395. cppo_ocamlbuild >= "1.6.6"
  396. cps_toolbox < "0.3"
  397. cpu
  398. cpuid >= "0.1.2"
  399. crc >= "2.1.0"
  400. crlibm >= "0.3"
  401. crontab
  402. crowbar >= "0.2"
  403. crunch
  404. cry >= "0.6.5"
  405. cryptokit >= "1.16.1"
  406. csexp < "1.5.2"
  407. css
  408. css-parser
  409. cstruct
  410. cstruct-async
  411. cstruct-lwt
  412. cstruct-sexp
  413. cstruct-unix
  414. csv >= "2.2"
  415. csv-lwt >= "2.1"
  416. csvfields < "v0.17.0"
  417. csvtool
  418. ctoxml
  419. ctypes >= "0.21.1"
  420. ctypes-foreign >= "0.21.1"
  421. ctypes-zarith
  422. ctypes_stubs_js
  423. cudf >= "0.10"
  424. cuid >= "0.2"
  425. cumulus
  426. curly >= "0.2.0"
  427. current < "0.7.1"
  428. current-albatross-deployer
  429. current-web-pipelines
  430. current_ansi
  431. current_docker < "0.7.1"
  432. current_examples < "0.7.1"
  433. current_git < "0.7.1"
  434. current_github < "0.7.1"
  435. current_gitlab < "0.7.1"
  436. current_incr
  437. current_ocluster < "0.2"
  438. current_rpc < "0.6.4"
  439. current_slack < "0.7.1"
  440. current_web < "0.7.1"
  441. curses >= "1.0.9"
  442. curve-sampling
  443. cviode
  444. daft >= "0.0.4"
  445. dap
  446. data-encoding < "1.0.0"
  447. dataframe
  448. datakit-server >= "0.12.2"
  449. datakit-server-9p >= "0.12.2"
  450. datalog >= "0.6"
  451. dates_calc < "0.0.7"
  452. daypack-lib
  453. dbf < "0.1.1"
  454. dblp
  455. dblp-api
  456. debian-formats >= "0.1.2"
  457. decimal
  458. decoders >= "0.1.2" & < "1.0.0"
  459. decoders-bencode < "1.0.0"
  460. decoders-cbor < "1.0.0"
  461. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  462. decoders-jsonm < "1.0.0"
  463. decoders-msgpck < "1.0.0"
  464. decoders-sexplib < "1.0.0"
  465. decoders-yojson >= "0.1.2" & < "1.0.0"
  466. decompress >= "0.8.1"
  467. dedent < "v0.17.0"
  468. dedukti >= "2.7"
  469. delimited_parsing < "v0.17.0"
  470. depyt
  471. devkit >= "1.0"
  472. diet >= "0.2"
  473. diffable
  474. digestif >= "0.9.0"
  475. directories
  476. dirsift
  477. dirsp-exchange
  478. dirsp-exchange-kbb2017
  479. dirsp-proscript
  480. dirsp-proscript-mirage
  481. dirsp-ps2ocaml
  482. diskuvbox
  483. disml
  484. dispatch >= "0.4.1"
  485. dispatch-js
  486. distributed >= "0.6.0"
  487. distributed-lwt >= "0.2.0"
  488. distributed-uwt >= "0.2.0"
  489. dkim
  490. dkim-bin
  491. dkim-lwt-unix
  492. dkim-mirage
  493. dkml-c-probe
  494. dkml-component-offline-ocamlrun
  495. dkml-component-offline-opam
  496. dkml-component-staging-ocamlrun
  497. dkml-component-staging-opam32
  498. dkml-component-staging-opam64
  499. dkml-dune-dsl
  500. dkml-dune-dsl-show
  501. dkml-install < "0.5.3"
  502. dkml-install-installer < "0.5.3"
  503. dkml-install-runner < "0.5.3"
  504. dkml-option-vcpkg
  505. dkml-package-console < "0.5.3"
  506. dkml-runtime-common >= "2.0.3"
  507. dkml-runtime-distribution
  508. dkml-workflows
  509. dlm >= "0.3.1"
  510. dmap
  511. dns
  512. dns-certify
  513. dns-cli
  514. dns-client
  515. dns-client-lwt
  516. dns-client-miou-unix
  517. dns-client-mirage
  518. dns-lwt
  519. dns-mirage
  520. dns-resolver
  521. dns-server
  522. dns-stub
  523. dns-tsig
  524. dnssec
  525. docker-api >= "0.2"
  526. docker_hub
  527. dockerfile < "8.1.0"
  528. dockerfile-cmd < "8.2.7"
  529. docteur
  530. docteur-solo5
  531. docteur-unix
  532. doculib
  533. doi2bib
  534. dokeysto >= "3.0.1"
  535. dokeysto_camltc >= "3.0.1"
  536. dokeysto_lz4 >= "3.0.2"
  537. dolmen >= "0.4.1" & < "0.8"
  538. dolmen_bin < "0.8"
  539. dolmen_loop < "0.8"
  540. dolmen_lsp < "0.8"
  541. dolmen_type < "0.8"
  542. dolog >= "4.0.0"
  543. domain-name
  544. domainslib < "0.5.0"
  545. dose3 >= "6.1"
  546. dose3-extra
  547. dot-merlin-reader < "4.19-414"
  548. dotenv
  549. dream
  550. dream-accept
  551. dream-cli
  552. dream-encoding
  553. dream-html < "3.9.5"
  554. dream-httpaf
  555. dream-livereload
  556. dream-pure
  557. dream-serve
  558. dream_middleware_ext
  559. drom >= "0.3.0"
  560. drom_lib >= "0.3.0"
  561. drom_toml
  562. dropbox
  563. dropbox_lwt_unix
  564. dscheck < "0.4.0"
  565. dssi >= "0.1.3"
  566. dtoa >= "0.3.2"
  567. dtools >= "0.4.2"
  568. dual
  569. duff >= "0.2"
  570. dum >= "1.0.3"
  571. dune-build-info < "3.13.1"
  572. dune-cargo-build
  573. dune-compiledb
  574. dune-configurator >= "2.5.1" & < "3.13.1"
  575. dune-deps < "1.4.0"
  576. dune-expand
  577. dune-private-libs < "3.15.3"
  578. dune-release >= "1.0.0" & < "2.0.0"
  579. duppy >= "0.9.0"
  580. duration
  581. dypgen
  582. earley >= "3.0.0"
  583. earlybird
  584. easy-format >= "1.3.2" & < "1.3.4"
  585. easy_logging
  586. easy_logging_yojson
  587. ecaml < "v0.17.0"
  588. edn
  589. ego
  590. eigen >= "0.1.0"
  591. eio < "0.8.1"
  592. eio-ssl
  593. eio_linux < "0.8.1"
  594. either
  595. elasticsearch-cli >= "0.5"
  596. electrod
  597. elpi
  598. email_message < "v0.17.0"
  599. embedded_ocaml_templates < "0.8"
  600. emile >= "0.4"
  601. encore >= "0.4"
  602. env_config < "v0.17.0"
  603. epictetus
  604. eqaf >= "0.2"
  605. eqaf-cstruct
  606. equinoxe
  607. equinoxe-cohttp
  608. equinoxe-hlc
  609. erlang
  610. erssical
  611. esgg
  612. esperanto-cosmopolitan >= "0.0.5"
  613. ethernet
  614. euler
  615. exenum >= "0.86"
  616. exit
  617. expect >= "0.1.0"
  618. expect_test_helpers
  619. expect_test_helpers_async < "v0.17.0"
  620. expect_test_helpers_core < "v0.17.0"
  621. expect_test_helpers_kernel
  622. extlib >= "1.7.9"
  623. extunix >= "0.3.1" & < "0.4.2"
  624. ez_api
  625. ez_cmdliner
  626. ez_config
  627. ez_file != "0.2.0"
  628. ez_hash
  629. ez_pgocaml
  630. ez_search
  631. ez_subst
  632. ezcurl
  633. ezcurl-lwt
  634. ezdl
  635. ezgzip >= "0.2.3"
  636. ezjs_ace
  637. ezjs_blockies
  638. ezjs_cleave
  639. ezjs_crypto
  640. ezjs_cytoscape
  641. ezjs_d3pie
  642. ezjs_extension
  643. ezjs_fetch
  644. ezjs_idb
  645. ezjs_jquery
  646. ezjs_min
  647. ezjs_odometer
  648. ezjs_push
  649. ezjs_qrcode
  650. ezjs_recaptcha
  651. ezjs_timeline
  652. ezjsonm >= "1.0.0"
  653. ezjsonm-lwt
  654. ezresto
  655. ezresto-directory
  656. ezsqlite >= "0.4.2"
  657. ezxmlm >= "1.1.0"
  658. FPauth
  659. FPauth-core
  660. FPauth-responses
  661. FPauth-strategies
  662. FrontC >= "4.0.0"
  663. faad >= "0.5.0"
  664. facteur
  665. fadbadml >= "0.1.2"
  666. faraday >= "0.7.1"
  667. faraday-async >= "0.7.1"
  668. faraday-lwt >= "0.7.1"
  669. faraday-lwt-unix >= "0.7.1"
  670. farmhash >= "0.4"
  671. fasmifra
  672. fat-filesystem >= "0.13.0"
  673. fd-send-recv >= "2.0.1"
  674. fdkaac >= "0.3.2"
  675. feat
  676. feat-core
  677. feat-num
  678. feather
  679. feather_async
  680. ff
  681. ff-bench
  682. ff-pbt
  683. ff-sig
  684. ffmpeg >= "1.0.0~beta1" & != "1.1.5" & < "1.1.7"
  685. ffmpeg-av != "1.1.5" & < "1.1.7"
  686. ffmpeg-avcodec != "1.1.5" & < "1.1.7"
  687. ffmpeg-avdevice != "1.1.5" & < "1.1.7"
  688. ffmpeg-avfilter != "1.1.5" & < "1.1.7"
  689. ffmpeg-avutil != "1.1.5" & < "1.1.7"
  690. ffmpeg-swresample != "1.1.5" & < "1.1.7"
  691. ffmpeg-swscale != "1.1.5" & < "1.1.7"
  692. fftw3 >= "0.8.2"
  693. fiat-p256
  694. fieldslib >= "v0.12.0" & < "v0.17.0"
  695. file_path < "v0.17.0"
  696. fileutils >= "0.6.1"
  697. finch
  698. fit
  699. fix >= "20181206"
  700. flac
  701. flex-array
  702. fmlib < "0.5.3"
  703. fmlib_js < "0.5.3"
  704. fmlib_parse < "0.5.3"
  705. fmlib_pretty < "0.5.3"
  706. fmlib_std < "0.5.3"
  707. fontforge-of-ocaml
  708. fred
  709. freetds >= "0.7"
  710. frei0r >= "0.1.2"
  711. frenetic
  712. fromager
  713. fsevents
  714. fsevents-lwt
  715. fsml
  716. fswatch
  717. fswatch_async
  718. fswatch_lwt
  719. fun-postgresql
  720. fun-sql
  721. fun-sqlite
  722. functoria
  723. functoria-runtime
  724. fuzzy_compare
  725. fuzzy_match < "v0.17.0"
  726. fzf < "v0.17.0"
  727. General
  728. GT < "0.5.4"
  729. gapi-ocaml
  730. gbddml
  731. gd >= "1.1"
  732. gdbprofiler >= "0.4"
  733. gemini >= "0.3.0"
  734. gen >= "0.5.2"
  735. gen_js_api < "1.1.4"
  736. gendarme
  737. gendarme-json
  738. gendarme-toml
  739. gendarme-yaml
  740. genprint
  741. genspio >= "0.0.3"
  742. genspir >= "1.0.0"
  743. geojson < "0.2.0"
  744. geojsone < "0.2.0"
  745. geoml
  746. get_line >= "7.0.0"
  747. gettext >= "0.4.1" & < "0.5.0"
  748. gettext-camomile < "0.5.0"
  749. gettext-stub < "0.5.0"
  750. git
  751. git-cohttp
  752. git-cohttp-unix
  753. git-http
  754. git-kv < "0.2.0"
  755. git-mirage
  756. git-paf
  757. git-unix
  758. github >= "4.0.0"
  759. github-data
  760. github-hooks
  761. github-hooks-unix >= "0.5.0"
  762. github-jsoo >= "4.1.0"
  763. github-unix >= "4.0.0"
  764. gitlab < "0.1.8"
  765. gitlab-jsoo < "0.1.8"
  766. gitlab-unix < "0.1.8"
  767. glfw-ocaml
  768. globlon
  769. gluten
  770. gluten-async
  771. gluten-eio
  772. gluten-lwt
  773. gluten-lwt-unix
  774. gluten-mirage
  775. gmap
  776. gmp
  777. gnuplot >= "0.6"
  778. gobba
  779. gobject-introspection
  780. goblint < "2.1.0"
  781. goblint-cil >= "1.8.0"
  782. google-drive-ocamlfuse
  783. gopcaml-mode >= "0.0.2"
  784. gopcaml-mode-merlin
  785. gospel < "0.2.0"
  786. gotd
  787. gperftools >= "0.4"
  788. gpiod
  789. gpr >= "1.4.0"
  790. gr
  791. grain_dypgen >= "0.2.1"
  792. graphics >= "5.0.0"
  793. graphql >= "0.8.0"
  794. graphql-async >= "0.8.0"
  795. graphql-cohttp >= "0.9.0"
  796. graphql-lwt >= "0.8.0"
  797. graphql_parser >= "0.9.0"
  798. graphql_ppx
  799. graphv
  800. graphv_core
  801. graphv_core_lib
  802. graphv_font
  803. graphv_font_js
  804. graphv_font_stb_truetype
  805. graphv_gles2
  806. graphv_gles2_native
  807. graphv_gles2_native_impl
  808. graphv_webgl
  809. graphv_webgl_impl
  810. gremlin
  811. grenier >= "0.8" & < "0.15"
  812. grid
  813. grpc < "0.2.0"
  814. grpc-async < "0.2.0"
  815. grpc-lwt < "0.2.0"
  816. gsl >= "1.24.0"
  817. gstreamer >= "0.3.1"
  818. guardian
  819. guile
  820. h1
  821. h1-lwt-unix
  822. h1_parser
  823. h2
  824. h2-async
  825. h2-eio
  826. h2-lwt
  827. h2-lwt-unix
  828. h2-mirage
  829. hack_parallel >= "1.0.0"
  830. hacl >= "0.3"
  831. hacl-star
  832. hacl-star-raw >= "0.5.0"
  833. hacl_x25519
  834. happy-eyeballs
  835. happy-eyeballs-lwt
  836. happy-eyeballs-miou-unix
  837. happy-eyeballs-mirage
  838. hardcaml < "v0.17.0"
  839. hardcaml_axi < "v0.17.0"
  840. hardcaml_c < "v0.17.0"
  841. hardcaml_circuits < "v0.17.0"
  842. hardcaml_fixed_point < "v0.17.0"
  843. hardcaml_handshake < "v0.17.0"
  844. hardcaml_of_verilog < "v0.17.0"
  845. hardcaml_step_testbench < "v0.17.0"
  846. hardcaml_verify < "v0.17.0"
  847. hardcaml_verilator < "v0.17.0"
  848. hardcaml_waveterm < "v0.17.0"
  849. hardcaml_xilinx < "v0.17.0"
  850. hardcaml_xilinx_components < "v0.17.0"
  851. hardcaml_xilinx_reports < "v0.17.0"
  852. hashcons >= "1.4.0"
  853. hashids >= "1.0.1"
  854. hashset >= "1.0.1"
  855. haxe >= "4.1.1"
  856. hc < "0.2"
  857. hdf5 >= "0.1.5"
  858. headache < "1.07"
  859. header-check
  860. herdtools7 >= "7.55"
  861. hex >= "1.3.0"
  862. hex_encode < "v0.17.0"
  863. hexstring
  864. hg_lib < "v0.17.0"
  865. hidapi >= "1.1"
  866. hidapi-lwt
  867. higher_kinded < "v0.17.0"
  868. higlo >= "0.8"
  869. hilite
  870. hkdf
  871. hl_yaml
  872. hockmd
  873. horned_worm
  874. hpack
  875. htmlfromtexbooks
  876. hts_shrink >= "2.0.0"
  877. http-cookie < "4.3.0"
  878. http-lwt-client
  879. http-mirage-client
  880. http-multipart-formdata
  881. http_async
  882. httpaf >= "0.6.0"
  883. httpaf-async >= "0.6.0"
  884. httpaf-lwt-unix
  885. httpaf_caged
  886. httpcats
  887. httph
  888. huffman
  889. hvsock >= "2.0.0"
  890. hxd
  891. hyper
  892. ISO3166
  893. ISO8601 >= "0.2.6"
  894. i3ipc
  895. icalendar
  896. idd
  897. idds
  898. imagelib
  899. incr_dom < "v0.17.0"
  900. incr_dom_interactive < "v0.17.0"
  901. incr_dom_keyboard
  902. incr_dom_partial_render < "v0.17.0"
  903. incr_dom_sexp_form < "v0.17.0"
  904. incr_dom_widgets
  905. incr_map < "v0.17.0"
  906. incr_select < "v0.17.0"
  907. incremental < "v0.17.0"
  908. indentation_buffer < "v0.17.0"
  909. index
  910. index-bench
  911. inferno >= "20190924"
  912. influxdb
  913. influxdb-async
  914. influxdb-lwt
  915. inotify >= "2.4" & < "2.6"
  916. inquire
  917. int_repr < "v0.17.0"
  918. integers >= "0.3.0"
  919. integers_stubs_js
  920. integration1d >= "0.5.1"
  921. interface-prime
  922. interface-prime-lwt
  923. interval >= "1.5" & < "1.6"
  924. interval-map
  925. interval_base
  926. interval_crlibm
  927. interval_intel
  928. io-page
  929. io-page-unix
  930. iostream
  931. iostream-camlzip
  932. ipaddr >= "2.9.0"
  933. ipaddr-cstruct
  934. ipaddr-sexp
  935. irc-client >= "0.6.2"
  936. irc-client-lwt >= "0.6.2"
  937. irc-client-lwt-ssl
  938. irc-client-tls >= "0.6.2"
  939. irc-client-unix >= "0.6.2"
  940. iri >= "0.6.0" & < "1.1.0"
  941. irmin
  942. irmin-bench
  943. irmin-chunk
  944. irmin-cli
  945. irmin-client
  946. irmin-containers
  947. irmin-fs
  948. irmin-git
  949. irmin-graphql
  950. irmin-http
  951. irmin-indexeddb
  952. irmin-layers
  953. irmin-mirage
  954. irmin-mirage-git
  955. irmin-mirage-graphql
  956. irmin-pack
  957. irmin-pack-tools
  958. irmin-server
  959. irmin-test
  960. irmin-tezos
  961. irmin-unix
  962. irmin-watcher
  963. iso639
  964. iter
  965. itv-tree >= "2.2"
  966. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  967. jane_rope < "v0.17.0"
  968. janestreet_cpuid < "v0.17.0"
  969. janestreet_csv < "v0.17.0"
  970. janestreet_lru_cache < "v0.17.0"
  971. jekyll-format >= "0.2.0"
  972. jemalloc >= "0.2"
  973. jhupllib >= "0.2.1"
  974. jingoo >= "1.3.0"
  975. jose
  976. js_of_ocaml < "4.1.0"
  977. js_of_ocaml-compiler < "4.1.0"
  978. js_of_ocaml-lwt < "4.1.0"
  979. js_of_ocaml-ocamlbuild >= "3.5.0"
  980. js_of_ocaml-ppx < "4.1.0"
  981. js_of_ocaml-ppx_deriving_json < "4.1.0"
  982. js_of_ocaml-toplevel < "4.1.0"
  983. js_of_ocaml-tyxml < "4.1.0"
  984. js_of_ocaml-webgpu
  985. js_of_ocaml-webidl
  986. js_of_ocaml_patches < "v0.17.0"
  987. json-data-encoding < "1.0.0"
  988. json-data-encoding-browser < "1.0.0"
  989. json-data-encoding-bson < "1.0.0"
  990. json_decoder
  991. jsonaf < "v0.17.0"
  992. jsonoo
  993. jsonrpc < "1.15.1-5.0"
  994. jsonxt
  995. jsoo-react
  996. jsoo_broadcastchannel
  997. jsoo_storage
  998. jst-config < "v0.17.0"
  999. junit >= "2.0.1" & < "2.2.0"
  1000. junit_alcotest >= "2.0.1" & < "2.2.0"
  1001. junit_ounit >= "2.0.1" & < "2.2.0"
  1002. jupyter
  1003. jupyter-archimedes
  1004. jupyter-kernel
  1005. jwto
  1006. kafka >= "0.5"
  1007. kafka_async
  1008. kafka_lwt
  1009. kappa-agents
  1010. kappa-binaries
  1011. kappa-library
  1012. kappa-server
  1013. kcas < "0.1.6"
  1014. kdf
  1015. ke
  1016. key-parsers >= "0.10.1"
  1017. kicadsch >= "0.4.0"
  1018. kind2
  1019. kinetic-client >= "0.0.11"
  1020. kittyimg
  1021. kqueue
  1022. krb
  1023. lab < "0.1.8"
  1024. lablgtk3 >= "3.0.beta4"
  1025. lablgtk3-extras >= "3.0.1"
  1026. lablgtk3-goocanvas2
  1027. lablgtk3-gtkspell3
  1028. lablgtk3-rsvg2
  1029. lablgtk3-sourceview3
  1030. lablqml
  1031. labrys
  1032. lacaml >= "11.0.2"
  1033. ladspa >= "0.2.0"
  1034. lambda
  1035. lambda-runtime
  1036. lambda-term >= "2.0" & < "3.3.0"
  1037. lambda_streams
  1038. lambda_streams_async
  1039. lambda_streams_lwt
  1040. lambdapi < "2.3.1"
  1041. lambdasoup >= "0.6.4"
  1042. lame >= "0.3.4"
  1043. landmarks = "1.4"
  1044. landmarks-ppx < "1.5"
  1045. lascar >= "0.6-alpha"
  1046. lastfm = "0.3.3"
  1047. launchd >= "1.3"
  1048. lazy-trie
  1049. lbfgs >= "0.9.1"
  1050. lbvs_consent >= "2.1.0"
  1051. ldap >= "2.4.1"
  1052. ldp < "0.5.0"
  1053. ldp_curl < "0.5.0"
  1054. ldp_js < "0.5.0"
  1055. ldp_tls < "0.5.0"
  1056. leaflet
  1057. learn-ocaml
  1058. learn-ocaml-client
  1059. ledgerwallet
  1060. ledgerwallet-tezos
  1061. lens >= "1.2.3"
  1062. letsencrypt
  1063. letsencrypt-app
  1064. letsencrypt-dns
  1065. letsencrypt-mirage
  1066. letters
  1067. leveldb >= "1.3.0"
  1068. libabsolute
  1069. libbinaryen < "110.0.0"
  1070. libirmin
  1071. libsvm >= "0.10.0"
  1072. libzipperposition
  1073. lilac
  1074. lilv
  1075. line-up-words < "v0.17.0"
  1076. line_oriented
  1077. linenoise >= "1.2.0"
  1078. links
  1079. links-mysql
  1080. links-postgresql
  1081. links-sqlite3
  1082. linol
  1083. linol-eio
  1084. linol-lwt
  1085. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  1086. linwrap
  1087. liquid_interpreter
  1088. liquid_ml
  1089. liquid_parser
  1090. liquid_std
  1091. liquid_syntax
  1092. little_logger
  1093. llama-cpp-ocaml
  1094. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1095. lmdb >= "1.0"
  1096. lo >= "0.2.0"
  1097. loga
  1098. logical
  1099. logs-async < "1.3"
  1100. logs-async-reporter < "1.3"
  1101. logs-ppx
  1102. logs-syslog
  1103. logtk
  1104. lp
  1105. lp-glpk
  1106. lp-glpk-js
  1107. lp-gurobi
  1108. lp-highs
  1109. lpd
  1110. lru >= "0.3.0"
  1111. lru_cache
  1112. lsp < "1.15.1-5.0"
  1113. lt-code
  1114. lua-ml >= "0.9.3"
  1115. lua_parser
  1116. lun
  1117. lustre-v6 >= "6.103.3"
  1118. lutils >= "1.51.2"
  1119. lutin >= "2.71.10"
  1120. luv
  1121. luv_unix
  1122. lwd < "0.4"
  1123. lwt
  1124. lwt-canceler
  1125. lwt-dllist
  1126. lwt-exit
  1127. lwt-parallel
  1128. lwt-pipe
  1129. lwt-pipeline >= "0.2"
  1130. lwt-watcher
  1131. lwt_domain
  1132. lwt_eio < "0.4"
  1133. lwt_glib >= "1.1.1"
  1134. lwt_log >= "1.1.1"
  1135. lwt_ppx >= "1.2.2"
  1136. lwt_react >= "1.1.2"
  1137. lwt_retry
  1138. lwt_ssl >= "1.1.3"
  1139. lz4 >= "1.2.0"
  1140. lz4_chans
  1141. lzo >= "0.0.3"
  1142. macaddr
  1143. macaddr-cstruct
  1144. macaddr-sexp
  1145. mad >= "0.5.0"
  1146. magic-mime >= "1.1.2"
  1147. magic-trace
  1148. make-random
  1149. malfunction
  1150. man_in_the_middle_debugger < "v0.17.0"
  1151. markdown
  1152. markup >= "0.8.0"
  1153. markup-lwt
  1154. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1155. matplotlib
  1156. mc2
  1157. mccs >= "1.1+10"
  1158. mdx != "1.7.0" & < "2.2.0"
  1159. mec
  1160. mechaml
  1161. mehari-eio < "0.2"
  1162. mehari-eio-unix
  1163. mehari-lwt-unix < "0.2"
  1164. mehari-mirage < "0.2"
  1165. mem_usage
  1166. memcad
  1167. memgraph
  1168. memgraph_kitty
  1169. memo < "0.2"
  1170. memprof-limits
  1171. memtrace
  1172. memtrace-mirage
  1173. memtrace_viewer
  1174. menhir >= "20200123"
  1175. menhirCST
  1176. menhirLib
  1177. menhirSdk
  1178. merge-fmt < "0.4"
  1179. merlin < "5.3-502"
  1180. merlin-extend
  1181. merlin-lib < "5.3-502"
  1182. mesh >= "0.9.5"
  1183. mesh-easymesh >= "0.9.5"
  1184. mesh-graphics >= "0.9.5"
  1185. mesh-triangle >= "0.9.5"
  1186. metadb
  1187. metapp
  1188. metaquot
  1189. metrics
  1190. metrics-influx
  1191. metrics-lwt
  1192. metrics-rusage
  1193. metrics-unix
  1194. mew
  1195. mew_vi
  1196. mimic
  1197. mimic-happy-eyeballs
  1198. mindstorm >= "0.8"
  1199. mindstorm-lwt
  1200. minicaml
  1201. minicli >= "5.0.2"
  1202. minisat >= "0.3"
  1203. miou
  1204. mirage >= "4.0.0"
  1205. mirage-block
  1206. mirage-block-ccm
  1207. mirage-block-combinators
  1208. mirage-block-lwt
  1209. mirage-block-ramdisk
  1210. mirage-block-solo5
  1211. mirage-block-unix
  1212. mirage-block-xen
  1213. mirage-bootvar
  1214. mirage-channel >= "3.2.0"
  1215. mirage-channel-lwt
  1216. mirage-clock
  1217. mirage-clock-lwt
  1218. mirage-clock-unix
  1219. mirage-conduit
  1220. mirage-console
  1221. mirage-console-lwt
  1222. mirage-crypto
  1223. mirage-crypto-ec
  1224. mirage-crypto-pk
  1225. mirage-crypto-rng
  1226. mirage-crypto-rng-async
  1227. mirage-crypto-rng-eio
  1228. mirage-crypto-rng-lwt
  1229. mirage-crypto-rng-miou-unix
  1230. mirage-crypto-rng-mirage
  1231. mirage-device
  1232. mirage-dns
  1233. mirage-flow
  1234. mirage-flow-combinators
  1235. mirage-flow-lwt
  1236. mirage-flow-unix
  1237. mirage-fs
  1238. mirage-fs-lwt
  1239. mirage-kv >= "2.0.0"
  1240. mirage-kv-lwt >= "2.0.0"
  1241. mirage-kv-mem
  1242. mirage-kv-unix < "3.0.0"
  1243. mirage-monitoring
  1244. mirage-mtime
  1245. mirage-nat
  1246. mirage-net
  1247. mirage-net-lwt
  1248. mirage-net-macosx >= "1.5.0"
  1249. mirage-net-solo5
  1250. mirage-net-unix
  1251. mirage-net-xen
  1252. mirage-profile
  1253. mirage-protocols
  1254. mirage-protocols-lwt
  1255. mirage-ptime
  1256. mirage-qubes
  1257. mirage-qubes-ipv4
  1258. mirage-random
  1259. mirage-runtime
  1260. mirage-sleep
  1261. mirage-solo5
  1262. mirage-stack
  1263. mirage-stack-lwt
  1264. mirage-time
  1265. mirage-time-lwt
  1266. mirage-time-unix
  1267. mirage-types >= "3.6.0"
  1268. mirage-types-lwt >= "3.6.0"
  1269. mirage-unix
  1270. mirage-vnetif
  1271. mirage-xen
  1272. mkaudio >= "1.1.0"
  1273. mkocaml
  1274. mlbdd >= "0.7.2"
  1275. mlfenv
  1276. mlmpfr >= "4.0.2+dune"
  1277. mlpost
  1278. mlpost-lablgtk
  1279. mlt_parser < "v0.17.0"
  1280. mm >= "0.7.0" & < "0.8.2"
  1281. mmap
  1282. mmdb
  1283. mmo
  1284. mock >= "0.1.1"
  1285. mock-ounit >= "0.1.1"
  1286. module-graph
  1287. molenc
  1288. monaco_jsoo
  1289. monolith < "20241126"
  1290. monomorphic >= "2.0"
  1291. monorobot
  1292. morbig >= "0.10.3"
  1293. morsmall
  1294. moss >= "0.1.1"
  1295. mparser >= "1.3"
  1296. mparser-pcre
  1297. mparser-re
  1298. mperf
  1299. mpg123
  1300. mpp >= "0.3.4"
  1301. mpris
  1302. mpris-clients
  1303. mrmime
  1304. msat >= "0.8"
  1305. msat-bin
  1306. msgpck >= "1.5"
  1307. msgpck-repr
  1308. mssql
  1309. mugen
  1310. mula
  1311. multibase
  1312. multicodec
  1313. multihash
  1314. multihash-digestif
  1315. multipart-form-data >= "0.3.0"
  1316. multipart_form
  1317. multipart_form-cohttp-lwt
  1318. multipart_form-eio
  1319. multipart_form-lwt
  1320. murmur3 >= "0.3"
  1321. mustache >= "3.1.0"
  1322. mustache-cli
  1323. mutf8
  1324. mwt
  1325. mybuild >= "7"
  1326. mysql8
  1327. mysql_protocol
  1328. n_ary < "v0.17.0"
  1329. naboris
  1330. nacc
  1331. nanoev
  1332. nanoev-picos
  1333. nanoev-posix
  1334. nanoev_tiny_httpd
  1335. nanoid
  1336. nanosvg
  1337. nanosvg_text
  1338. nbd >= "4.0.3"
  1339. nbd-tool
  1340. nbd-unix
  1341. netkat
  1342. netlink >= "0.3.4"
  1343. netsnmp < "v0.17.0"
  1344. nice_parser
  1345. ninja_utils
  1346. nlopt
  1347. nmea
  1348. noCanren >= "0.3.0~alpha1"
  1349. nocoiner
  1350. node_of_ocaml
  1351. noise
  1352. non_empty_list
  1353. nottui < "0.4"
  1354. nottui-lwt < "0.4"
  1355. nottui-pretty < "0.4"
  1356. notty >= "0.2.3"
  1357. notty_async >= "v0.12.0" & < "v0.17.0"
  1358. np
  1359. npy >= "0.0.9"
  1360. nsq
  1361. numeric_string < "v0.17.0"
  1362. nuscr
  1363. OCanren-ppx
  1364. obeam
  1365. obelisk >= "0.5.0"
  1366. obuilder < "0.5"
  1367. obuilder-spec < "0.5"
  1368. obus >= "1.2.0"
  1369. ocal >= "0.2.2"
  1370. ocaml-canvas
  1371. ocaml-compiler-libs >= "v0.12.0"
  1372. ocaml-embed-file < "v0.17.0"
  1373. ocaml-in-python
  1374. ocaml-lsp-server < "1.17.0"
  1375. ocaml-lua
  1376. ocaml-migrate-parsetree
  1377. ocaml-migrate-parsetree-ocamlbuild
  1378. ocaml-monadic >= "0.4.1"
  1379. ocaml-print-intf
  1380. ocaml-probes < "v0.17.0"
  1381. ocaml-protoc >= "2.0.1"
  1382. ocaml-protoc-plugin < "4.3.1"
  1383. ocaml-r >= "0.1.1"
  1384. ocaml-syntax-shims
  1385. ocaml-systemd >= "1.3"
  1386. ocaml-top >= "1.2.0"
  1387. ocaml-vdom < "transition"
  1388. ocaml-version = "3.5.0"
  1389. ocaml_db_model
  1390. ocaml_intrinsics < "v0.17.0"
  1391. ocaml_pgsql_model
  1392. ocaml_plugin
  1393. ocamlapi
  1394. ocamlapi_async
  1395. ocamlapi_lwt_unix
  1396. ocamlapi_ppx
  1397. ocamlcodoc
  1398. ocamldiff >= "1.2"
  1399. ocamlformat
  1400. ocamlformat-lib
  1401. ocamlformat-mlx
  1402. ocamlformat-mlx-lib
  1403. ocamlformat-rpc < "removed"
  1404. ocamlformat-rpc-lib
  1405. ocamlgraph >= "2.0.0"
  1406. ocamlgraph_gtk
  1407. ocamline
  1408. ocamlog
  1409. ocb
  1410. ocf >= "0.8.0"
  1411. ocf_ppx
  1412. ockt
  1413. ocluster < "0.2"
  1414. ocluster-api < "0.2"
  1415. ocolor
  1416. ocp-browser >= "1.1.9"
  1417. ocp-indent >= "1.7.0"
  1418. ocp-indent-nlfork
  1419. ocp-index >= "1.1.9"
  1420. ocp-search
  1421. ocp_reveal
  1422. ocplib-endian >= "1.1"
  1423. ocplib-json-typed >= "0.7"
  1424. ocplib-json-typed-browser
  1425. ocplib-json-typed-bson
  1426. ocplib-simplex >= "0.5"
  1427. ocplib_stuff != "0.3.0"
  1428. ocsigen-i18n >= "4.0.0"
  1429. ocsigen-ppx-rpc
  1430. ocsigenserver >= "4.0.1"
  1431. ocsipersist
  1432. ocsipersist-dbm
  1433. ocsipersist-dbm-config
  1434. ocsipersist-lib
  1435. ocsipersist-pgsql
  1436. ocsipersist-pgsql-config
  1437. ocsipersist-sqlite
  1438. ocsipersist-sqlite-config
  1439. octavius >= "1.2.2"
  1440. odash
  1441. odate
  1442. odep < "0.2.0"
  1443. odepack >= "0.6.9"
  1444. odnnr
  1445. odoc < "3.0.0"
  1446. odoc-parser < "3.0.0"
  1447. of_json < "v0.17.0"
  1448. offheap
  1449. ogg >= "1.0.0"
  1450. ohex
  1451. oidc
  1452. ojs < "1.1.4"
  1453. ojs_base
  1454. ojs_base_all
  1455. ojs_base_ppx
  1456. ojs_ed
  1457. ojs_filetree
  1458. ojs_list
  1459. olinq >= "0.3"
  1460. omd >= "1.3.2"
  1461. ometrics
  1462. omg
  1463. omigrate < "0.3.1"
  1464. omlr
  1465. oniguruma
  1466. opam-0install
  1467. opam-0install-cudf
  1468. opam-bin >= "1.0.0"
  1469. opam-build
  1470. opam-client >= "2.0.2"
  1471. opam-compiler
  1472. opam-core >= "2.0.2"
  1473. opam-custom-install
  1474. opam-devel >= "2.0.2"
  1475. opam-dune-lint < "0.3"
  1476. opam-ed >= "0.4"
  1477. opam-file-format >= "2.1.0" & < "2.1.5"
  1478. opam-format >= "2.0.2"
  1479. opam-graph
  1480. opam-grep >= "0.2.0"
  1481. opam-installer >= "2.0.2"
  1482. opam-monorepo < "0.3.1"
  1483. opam-package-upgrade >= "0.2"
  1484. opam-publish >= "2.0.2"
  1485. opam-repository >= "2.0.2"
  1486. opam-solver >= "2.0.2"
  1487. opam-spin
  1488. opam-state >= "2.0.2"
  1489. opam-test
  1490. opam_bin_lib != "0.9.5"
  1491. opasswd
  1492. opazl
  1493. openai-gym
  1494. openapi
  1495. openapi-opium
  1496. openapi_router
  1497. opencc0
  1498. opencc1
  1499. opencc1_1
  1500. openQASM
  1501. opentelemetry
  1502. opentelemetry-client-cohttp-lwt
  1503. opentelemetry-client-ocurl
  1504. opentelemetry-cohttp-lwt
  1505. opentelemetry-lwt
  1506. opium
  1507. opium-graphql
  1508. opium-testing
  1509. opium_kernel >= "0.17.0"
  1510. oplot
  1511. oplsr
  1512. opomodoro
  1513. opsian
  1514. optal
  1515. opti
  1516. optimization1d >= "0.6.1"
  1517. optiml-transport
  1518. optint
  1519. opus
  1520. oraft < "0.3.0"
  1521. oranger >= "2.0.1"
  1522. orb
  1523. order-i3-xfce
  1524. ordinal_abbreviation < "v0.17.0"
  1525. ordma >= "0.0.5"
  1526. orec >= "1.0.1"
  1527. orewa
  1528. orf
  1529. orgeat
  1530. orpie
  1531. orrandomForest
  1532. orsvm_e1071 >= "4.0.0"
  1533. orun
  1534. orxgboost >= "1.1.0"
  1535. osc >= "0.2.0"
  1536. osc-lwt
  1537. osc-unix
  1538. oseq >= "0.2"
  1539. osh
  1540. oskel
  1541. osnap
  1542. osx-secure-transport
  1543. otf
  1544. otoggl
  1545. otoml
  1546. otr
  1547. ounit = "2.1.2"
  1548. ounit-lwt < "2.2.0"
  1549. ounit2 < "2.2.7"
  1550. ounit2-lwt < "2.2.7"
  1551. override
  1552. owee < "0.8"
  1553. owl >= "0.4.0" & < "1.2"
  1554. owl-base >= "0.4.0" & < "1.2"
  1555. owl-jupyter
  1556. owl-ode
  1557. owl-ode-base
  1558. owl-ode-odepack
  1559. owl-ode-sundials
  1560. owl-opt
  1561. owl-opt-lbfgs
  1562. owl-plplot < "1.1"
  1563. owl-symbolic
  1564. owl-top >= "0.4.0" & < "1.2"
  1565. owl-zoo >= "0.4.0"
  1566. owork
  1567. ozulip
  1568. p4pp
  1569. p5scm
  1570. packstream
  1571. pacomb
  1572. paf
  1573. paf-cohttp
  1574. pam < "v0.17.0"
  1575. pandoc
  1576. pandoc-abbreviations
  1577. pandoc-comment
  1578. pandoc-crossref
  1579. pandoc-include
  1580. pandoc-inspect
  1581. pandoc-pdf2png
  1582. pandoc-replace
  1583. papi >= "0.1.1"
  1584. parany >= "9.0.0"
  1585. pardi
  1586. parmap >= "1.1.1"
  1587. parsexp >= "v0.12.0" & < "v0.17.0"
  1588. parsexp_io < "v0.17.0"
  1589. parsley
  1590. patdiff >= "v0.12.1" & < "v0.17.0"
  1591. path_glob
  1592. patience_diff < "v0.17.0"
  1593. patricia-tree < "0.10.0"
  1594. pattern
  1595. pb
  1596. pb-plugin
  1597. pbkdf
  1598. pbrt
  1599. pbrt_services
  1600. pbrt_yojson
  1601. pcap-format >= "0.5.2"
  1602. pcre >= "7.3.5"
  1603. pcre2
  1604. pds-reachability >= "0.2.2"
  1605. pecu >= "0.2"
  1606. petr4
  1607. pf-qubes
  1608. pg_query
  1609. pgocaml >= "4.0"
  1610. pgocaml_ppx
  1611. pgx >= "1.0" & < "2.2"
  1612. pgx_async >= "1.0" & < "2.2"
  1613. pgx_lwt >= "1.0" & < "2.2"
  1614. pgx_lwt_mirage < "2.2"
  1615. pgx_lwt_unix < "2.2"
  1616. pgx_unix >= "1.0" & < "2.2"
  1617. pgx_value_core < "2.2"
  1618. pgx_value_ptime < "2.2"
  1619. phantom-algebra >= "1.0.1"
  1620. phonetic
  1621. phylogenetics < "0.2.0"
  1622. piaf
  1623. picasso
  1624. piqi >= "0.7.8"
  1625. piqilib >= "0.6.16"
  1626. pixel_pusher
  1627. pkcs11 >= "0.18.0"
  1628. pkcs11-cli
  1629. pkcs11-driver
  1630. pkcs11-rev
  1631. pla >= "1.3"
  1632. plateau
  1633. plato
  1634. plebeia < "2.0.0"
  1635. plist-xml
  1636. plist-xml-lwt
  1637. plotkicadsch
  1638. plplot >= "5.11.0-1"
  1639. polka
  1640. poll
  1641. polling_state_rpc < "v0.17.0"
  1642. polly
  1643. polynomial
  1644. pomap
  1645. popper
  1646. portaudio >= "0.2.2"
  1647. portaudio_c_bindings
  1648. portmidi
  1649. posix-base
  1650. posix-bindings
  1651. posix-getopt >= "2.0.0"
  1652. posix-math2
  1653. posix-signal
  1654. posix-socket
  1655. posix-socket-unix
  1656. posix-time2
  1657. posix-types >= "2.0.0"
  1658. posix-uname
  1659. posixat < "v0.17.0"
  1660. postgres_async < "v0.17.0"
  1661. postgresql >= "4.4.1"
  1662. pp
  1663. pp-binary-ints
  1664. pp_loc
  1665. pprint >= "20200226"
  1666. ppx-owl-opt
  1667. ppx_accessor < "v0.17.0"
  1668. ppx_assert < "v0.17.0"
  1669. ppx_bap
  1670. ppx_base < "v0.17.0"
  1671. ppx_bench < "v0.17.0"
  1672. ppx_bin_prot < "v0.17.0"
  1673. ppx_bitstring
  1674. ppx_blob >= "0.6.0"
  1675. ppx_camlrack
  1676. ppx_catch
  1677. ppx_cold < "v0.17.0"
  1678. ppx_compare < "v0.17.0"
  1679. ppx_compose >= "0.1.0"
  1680. ppx_const >= "2.0"
  1681. ppx_conv_func < "v0.17.0"
  1682. ppx_counters
  1683. ppx_css < "v0.17.0"
  1684. ppx_cstruct
  1685. ppx_cstubs
  1686. ppx_csv_conv < "v0.17.0"
  1687. ppx_custom_printf < "v0.17.0"
  1688. ppx_decimal
  1689. ppx_defer >= "0.4.0"
  1690. ppx_demo < "v0.17.0"
  1691. ppx_derive_at_runtime < "v0.17.0"
  1692. ppx_derivers >= "1.2.1"
  1693. ppx_deriving
  1694. ppx_deriving_cmdliner >= "0.5.1"
  1695. ppx_deriving_encoding
  1696. ppx_deriving_hardcaml
  1697. ppx_deriving_hash
  1698. ppx_deriving_json_schema
  1699. ppx_deriving_jsoo
  1700. ppx_deriving_madcast >= "0.2"
  1701. ppx_deriving_popper
  1702. ppx_deriving_protobuf
  1703. ppx_deriving_qcheck
  1704. ppx_deriving_rpc
  1705. ppx_deriving_scad
  1706. ppx_deriving_yaml < "0.2.2"
  1707. ppx_deriving_yojson
  1708. ppx_disable_unused_warnings < "v0.17.0"
  1709. ppx_distr_guards >= "0.2"
  1710. ppx_enumerate < "v0.17.0"
  1711. ppx_expect < "v0.17.0"
  1712. ppx_factory
  1713. ppx_fail
  1714. ppx_fields_conv < "v0.17.0"
  1715. ppx_fixed_literal < "v0.17.0"
  1716. ppx_gen_rec >= "1.1.0"
  1717. ppx_getenv >= "2.0"
  1718. ppx_globalize < "v0.17.0"
  1719. ppx_hash < "v0.17.0"
  1720. ppx_here < "v0.17.0"
  1721. ppx_ignore_instrumentation < "v0.17.0"
  1722. ppx_import
  1723. ppx_inline_alcotest
  1724. ppx_inline_test < "v0.16.1"
  1725. ppx_irmin
  1726. ppx_jane < "v0.17.0"
  1727. ppx_js_style < "v0.17.0"
  1728. ppx_jsobject_conv
  1729. ppx_jsonaf_conv < "v0.17.0"
  1730. ppx_let < "v0.17.0"
  1731. ppx_log < "v0.17.0"
  1732. ppx_make
  1733. ppx_map
  1734. ppx_marshal
  1735. ppx_marshal_ext
  1736. ppx_matches
  1737. ppx_meta_conv
  1738. ppx_module_timer < "v0.17.0"
  1739. ppx_monad
  1740. ppx_monoid >= "0.3.2"
  1741. ppx_mysql
  1742. ppx_mysql_identity
  1743. ppx_open
  1744. ppx_optcomp < "v0.17.0"
  1745. ppx_optional < "v0.17.0"
  1746. ppx_parser
  1747. ppx_pattern_bind < "v0.17.0"
  1748. ppx_pbt
  1749. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1750. ppx_protocol_conv
  1751. ppx_protocol_conv_json
  1752. ppx_protocol_conv_jsonm
  1753. ppx_protocol_conv_msgpack
  1754. ppx_protocol_conv_xml_light
  1755. ppx_protocol_conv_xmlm
  1756. ppx_protocol_conv_yaml
  1757. ppx_pyformat
  1758. ppx_python < "v0.17.0"
  1759. ppx_rapper
  1760. ppx_rapper_async
  1761. ppx_rapper_lwt
  1762. ppx_regexp >= "0.4.0"
  1763. ppx_repr
  1764. ppx_seq
  1765. ppx_sexp_conv < "v0.17.0"
  1766. ppx_sexp_message < "v0.17.0"
  1767. ppx_sexp_value < "v0.17.0"
  1768. ppx_show
  1769. ppx_stable < "v0.17.0"
  1770. ppx_stable_witness < "v0.17.0"
  1771. ppx_string < "v0.17.0"
  1772. ppx_string_interpolation
  1773. ppx_subliner
  1774. ppx_test
  1775. ppx_there
  1776. ppx_tools >= "6.0+4.08.0"
  1777. ppx_tools_versioned
  1778. ppx_trace
  1779. ppx_tydi < "v0.17.0"
  1780. ppx_type_directed_value
  1781. ppx_typed_fields < "v0.17.0"
  1782. ppx_typerep_conv < "v0.17.0"
  1783. ppx_tyre
  1784. ppx_units
  1785. ppx_variants_conv < "v0.17.0"
  1786. ppx_viewpattern
  1787. ppx_wideopen
  1788. ppx_xml_conv < "v0.17.0"
  1789. ppx_yojson
  1790. ppx_yojson_conv < "v0.17.0"
  1791. ppx_yojson_conv_lib < "v0.17.0"
  1792. ppxfind >= "1.3"
  1793. ppxlib < "0.34.0"
  1794. ppxx
  1795. pratter
  1796. prbnmcn-basic-structures
  1797. prbnmcn-cgrph
  1798. prbnmcn-clustering
  1799. prbnmcn-dagger
  1800. prbnmcn-dagger-gsl
  1801. prbnmcn-dagger-stats
  1802. prbnmcn-dagger-test
  1803. prbnmcn-gnuplot
  1804. prbnmcn-linalg
  1805. prbnmcn-mcts
  1806. prbnmcn-proptest
  1807. prbnmcn-stats
  1808. prbnmcn-ucb1
  1809. prc
  1810. preface
  1811. prettym
  1812. printbox >= "0.2" & < "0.8"
  1813. printbox-html < "0.8"
  1814. printbox-text < "0.8"
  1815. proc-smaps
  1816. prof_spacetime
  1817. profunctor < "v0.17.0"
  1818. progress
  1819. prom
  1820. prometheus >= "0.6"
  1821. prometheus-app >= "0.6"
  1822. promise
  1823. promise_jsoo
  1824. promise_jsoo_lwt
  1825. protocell
  1826. protocol-9p >= "1.0.0"
  1827. protocol-9p-tool >= "1.0.0"
  1828. protocol-9p-unix >= "1.0.0"
  1829. protocol_version_header < "v0.17.0"
  1830. prr
  1831. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1832. psq >= "0.1.1"
  1833. ptmap >= "2.0.5"
  1834. ptset
  1835. pulseaudio >= "0.1.4"
  1836. pure-html < "3.9.5"
  1837. pure-splitmix >= "0.3"
  1838. py >= "1.1"
  1839. pyast
  1840. pyml >= "20210924"
  1841. pyml_bindgen < "0.3.0"
  1842. pyre-ast
  1843. pythonlib
  1844. qbf >= "0.3"
  1845. qcheck >= "0.13"
  1846. qcheck-alcotest
  1847. qcheck-core
  1848. qcheck-ounit
  1849. qinap
  1850. qiskit < "0.44.0"
  1851. qmp >= "0.19.0"
  1852. qrencode
  1853. qtest >= "2.10.1"
  1854. queenshead
  1855. quests
  1856. radamsa
  1857. radare2 >= "0.0.3"
  1858. randomconv
  1859. randoml
  1860. range
  1861. rangeSet
  1862. rankers
  1863. rawlink < "2.1"
  1864. raygui < "1.4.0"
  1865. raylib < "1.4.0"
  1866. rdbg >= "1.196.12"
  1867. rdf >= "0.13.0" & < "1.1.0"
  1868. rdf_impls < "1.1.0"
  1869. rdf_json_ld < "1.1.0"
  1870. rdf_lwt < "1.1.0"
  1871. rdf_mysql < "1.1.0"
  1872. rdf_postgresql < "1.1.0"
  1873. rdf_ppx < "1.1.0"
  1874. re >= "1.9.0" & < "1.13.2"
  1875. re2 >= "v0.12.1" & < "v0.17.0"
  1876. re2_stable
  1877. re_parser < "v0.17.0"
  1878. reactiveData = "0.3.0"
  1879. reanalyze
  1880. reason < "3.14.0"
  1881. reason-standard
  1882. received
  1883. record_builder < "v0.17.0"
  1884. records >= "1.0.0"
  1885. reddit_api_async
  1886. reddit_api_kernel
  1887. redirect
  1888. redis >= "0.4"
  1889. redis-async < "v0.17.0"
  1890. redis-lwt >= "0.4"
  1891. redis-sync >= "0.4"
  1892. reed-solomon-erasure >= "1.0.2"
  1893. reedsolomon
  1894. refl
  1895. regenerate
  1896. regex_parser_intf < "v0.17.0"
  1897. remu_ts
  1898. reparse
  1899. reparse-lwt
  1900. reparse-lwt-unix
  1901. reparse-unix
  1902. repr
  1903. repr-bench
  1904. repr-fuzz
  1905. res >= "5.0.1"
  1906. res_tailwindcss
  1907. resource-pooling >= "1.1"
  1908. resource_cache < "v0.17.0"
  1909. resp
  1910. resp-client
  1911. resp-mirage
  1912. resp-server >= "0.9"
  1913. resp-unix
  1914. resto
  1915. resto-acl
  1916. resto-cohttp
  1917. resto-cohttp-client
  1918. resto-cohttp-self-serving-client
  1919. resto-cohttp-server
  1920. resto-directory
  1921. resto-json
  1922. result
  1923. rfc1951 >= "0.8.1" & != "1.0.0"
  1924. rfc6287 >= "1.0.4"
  1925. rfc7748
  1926. rfsm >= "1.6-alpha-3" & < "2.0"
  1927. rhythm
  1928. ringo
  1929. ringo-lwt
  1930. rock
  1931. roman
  1932. root1d >= "0.5.1"
  1933. rope >= "0.6.2"
  1934. rosetta >= "0.2.0"
  1935. routes
  1936. rpc
  1937. rpc_parallel < "v0.17.0"
  1938. rpclib
  1939. rpclib-async
  1940. rpclib-html
  1941. rpclib-js
  1942. rpclib-lwt
  1943. rsdd
  1944. rss
  1945. rtop < "3.14.0"
  1946. rungen
  1947. rusage
  1948. rust-staticlib-gen
  1949. rust-staticlib-virtual
  1950. SZXX
  1951. safepass >= "3.1"
  1952. salsa20 >= "1.0.0"
  1953. salsa20-core >= "1.0.0"
  1954. samplerate >= "0.1.6"
  1955. sarek
  1956. satex
  1957. satyrographos
  1958. scad_ml
  1959. scfg
  1960. scgi
  1961. scipy
  1962. scrypt-kdf
  1963. sd_logic
  1964. search < "0.1.1"
  1965. searchTree
  1966. secp256k1 >= "0.4.1"
  1967. secp256k1-internal
  1968. sedlex >= "2.0" & < "3.2"
  1969. sek
  1970. semantic_version < "v0.17.0"
  1971. semaphore-compat
  1972. semver >= "0.2.1"
  1973. semver2
  1974. sendmail
  1975. sendmail-lwt
  1976. sendmail-miou-unix
  1977. sendmail-mirage
  1978. sentry
  1979. seq < "base"
  1980. sequencer_table < "v0.17.0"
  1981. serial
  1982. session >= "0.4.1"
  1983. session-cohttp >= "0.4.1"
  1984. session-cohttp-async >= "0.4.1"
  1985. session-cohttp-lwt >= "0.4.1"
  1986. session-cookie
  1987. session-cookie-async
  1988. session-cookie-lwt
  1989. session-postgresql >= "0.4.1"
  1990. session-postgresql-async
  1991. session-postgresql-lwt
  1992. session-redis-lwt >= "0.4.1"
  1993. session-webmachine >= "0.4.1"
  1994. setcore >= "1.0.2"
  1995. sexp < "v0.17.0"
  1996. sexp_decode
  1997. sexp_diff < "v0.17.0"
  1998. sexp_diff_kernel
  1999. sexp_grammar < "v0.17.0"
  2000. sexp_macro < "v0.17.0"
  2001. sexp_pretty < "v0.17.0"
  2002. sexp_select < "v0.17.0"
  2003. sexp_string_quickcheck < "v0.17.0"
  2004. sexplib >= "v0.12.0" & < "v0.17.0"
  2005. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2006. sgf >= "1.0.1"
  2007. sha >= "1.13"
  2008. shapefile
  2009. shared-block-ring
  2010. shared-memory-ring
  2011. shared-memory-ring-lwt
  2012. shared-secret >= "0.4"
  2013. shell < "v0.17.0"
  2014. shexp < "v0.17.0"
  2015. shine >= "0.2.2"
  2016. shuttle
  2017. shuttle_http < "0.11.0"
  2018. shuttle_ssl
  2019. sifun
  2020. sihl
  2021. sihl-cache
  2022. sihl-contract
  2023. sihl-core
  2024. sihl-email
  2025. sihl-facade
  2026. sihl-persistence
  2027. sihl-queue
  2028. sihl-session
  2029. sihl-storage
  2030. sihl-token
  2031. sihl-type
  2032. sihl-user
  2033. sihl-web
  2034. simple63
  2035. sklearn
  2036. slacko
  2037. slug
  2038. smart-print >= "0.3.0"
  2039. smbc
  2040. smol
  2041. smol-helpers
  2042. smtlib-utils
  2043. snappy >= "0.1.2"
  2044. snoke
  2045. so
  2046. solid < "0.5.0"
  2047. solid_server < "0.5.0"
  2048. solid_tools < "0.5.0"
  2049. solidity-alcotest
  2050. solidity-common
  2051. solidity-parser
  2052. solidity-test
  2053. solidity-typechecker
  2054. solo5-elftool
  2055. sortedseq_intersect
  2056. soundtouch >= "0.1.9"
  2057. soupault
  2058. spacetime_lib
  2059. spawn < "v0.9.0" | >= "v0.13.0"
  2060. spdx_licenses
  2061. spectrum
  2062. speex
  2063. spelll >= "0.3"
  2064. spin
  2065. splay_tree < "v0.17.0"
  2066. splittable_random < "v0.17.0"
  2067. spoc
  2068. spoc_ppx
  2069. spoke
  2070. spotify-web-api
  2071. spotlib >= "4.1.0"
  2072. sqlgg >= "20200521"
  2073. sqlite3 >= "4.4.1"
  2074. sqlite3_utils
  2075. srt < "0.3.4"
  2076. ssh-agent >= "0.2.0"
  2077. ssl >= "0.5.6"
  2078. stdcompat >= "19"
  2079. stdint >= "0.6.0" & < "0.7.2"
  2080. stdint-literals
  2081. stdio < "v0.17.0"
  2082. stdlib-diff
  2083. stdlib-random
  2084. stdlib-shims
  2085. stitch
  2086. stk < "0.5.0"
  2087. stk_iconv < "0.5.0"
  2088. stk_ocf < "0.5.0"
  2089. stk_ppx < "0.5.0"
  2090. stk_rdf < "0.5.0"
  2091. stk_xml < "0.5.0"
  2092. stog >= "0.20.0"
  2093. stog_all
  2094. stog_asy
  2095. stog_dot
  2096. stog_extern
  2097. stog_markdown
  2098. stog_multi_doc
  2099. stog_nocaml
  2100. stog_noexec
  2101. stog_plugins
  2102. stog_rdf
  2103. stog_rel_href
  2104. stog_server
  2105. stog_server_multi
  2106. stog_sitemap
  2107. stog_writing
  2108. stored_reversed < "v0.17.0"
  2109. streamable < "v0.17.0"
  2110. streaming
  2111. string_dict < "v0.17.0"
  2112. stringext >= "1.6.0"
  2113. sturgeon >= "0.4.2"
  2114. subscriptions-transport-ws
  2115. subtype-refinement >= "0.2"
  2116. sun
  2117. svmwrap
  2118. swagger >= "0.2.0"
  2119. swhid
  2120. swhid_compute
  2121. swhid_core
  2122. swhid_types
  2123. swipl
  2124. syguslib-utils
  2125. syndic >= "1.6.0"
  2126. sys-socket
  2127. sys-socket-unix
  2128. syslog
  2129. syslog-message >= "1.0.0"
  2130. syslog-rfc5424
  2131. systemverilog >= "0.0.2"
  2132. tablecloth-base
  2133. tablecloth-native < "transition"
  2134. taglib >= "0.3.7"
  2135. talaria-bibtex
  2136. tar
  2137. tar-eio
  2138. tar-mirage
  2139. tar-unix
  2140. tcalc
  2141. tcpip
  2142. tdigest
  2143. telltime
  2144. tensorboard
  2145. terminal < "0.4.0"
  2146. terminal_size >= "0.1.4"
  2147. testu01
  2148. textmate-language
  2149. textrazor
  2150. textutils < "v0.17.0"
  2151. textutils_kernel < "v0.17.0"
  2152. textwrap >= "0.2.1"
  2153. tezos-base < "16.0"
  2154. tezos-base-test-helpers < "16.0"
  2155. tezos-base58
  2156. tezos-bls12-381-polynomial
  2157. tezos-clic < "16.0"
  2158. tezos-context < "16.0"
  2159. tezos-context-hash
  2160. tezos-context-hash-irmin
  2161. tezos-crypto < "16.0"
  2162. tezos-error-monad < "16.0"
  2163. tezos-event-logging < "16.0"
  2164. tezos-event-logging-test-helpers < "16.0"
  2165. tezos-hacl-glue
  2166. tezos-hacl-glue-unix
  2167. tezos-lwt-result-stdlib < "16.0"
  2168. tezos-micheline < "16.0"
  2169. tezos-p2p < "16.0"
  2170. tezos-p2p-services < "16.0"
  2171. tezos-plompiler
  2172. tezos-plonk
  2173. tezos-protocol-environment-packer
  2174. tezos-protocol-environment-sigs
  2175. tezos-protocol-environment-structs
  2176. tezos-requester < "16.0"
  2177. tezos-rpc < "16.0"
  2178. tezos-rpc-http < "16.0"
  2179. tezos-rpc-http-client < "16.0"
  2180. tezos-rpc-http-client-unix < "16.0"
  2181. tezos-rpc-http-server < "16.0"
  2182. tezos-shell-services < "16.0"
  2183. tezos-shell-services-test-helpers < "16.0"
  2184. tezos-stdlib < "16.0"
  2185. tezos-stdlib-unix < "16.0"
  2186. tezos-test-helpers < "16.0"
  2187. tezos-test-services
  2188. tezos-version < "16.0"
  2189. tezos-workers < "16.0"
  2190. tezt < "3.0.0"
  2191. theora
  2192. thread-local-storage
  2193. thrift
  2194. tidy >= "5-0.2"
  2195. tidy_email
  2196. tidy_email_mailgun
  2197. tidy_email_sendgrid
  2198. tidy_email_smtp
  2199. tilde_f < "v0.17.0"
  2200. time_now < "v0.17.0"
  2201. timed >= "1.1"
  2202. timedesc
  2203. timedesc-json
  2204. timedesc-sexp
  2205. timedesc-tzdb
  2206. timedesc-tzlocal
  2207. timedesc-tzlocal-js
  2208. timere
  2209. timere-parse
  2210. timezone < "v0.17.0"
  2211. tiny_httpd < "0.18"
  2212. tiny_httpd_camlzip < "0.18"
  2213. tip-parser >= "0.4"
  2214. tldr
  2215. tls >= "0.12.8" & < "0.15.4"
  2216. tls-async < "0.17.0"
  2217. tls-mirage < "0.15.4"
  2218. tofn
  2219. toml < "7.1.0"
  2220. toml-cconv
  2221. toml_cconv
  2222. toplevel_backend < "v0.17.0"
  2223. toplevel_expect_test < "v0.17.0"
  2224. topological_sort < "v0.17.0"
  2225. torch < "v0.17.0"
  2226. tqdm
  2227. trace
  2228. trace-fuchsia
  2229. trace-tef
  2230. tracing < "v0.17.0"
  2231. tracy-client
  2232. transept
  2233. traverse
  2234. travesty < "0.7.2"
  2235. trax >= "0.4.0"
  2236. tree_layout >= "0.2"
  2237. treeprint >= "2.3.0"
  2238. trie
  2239. tsdl-image >= "0.3.0"
  2240. tsdl-mixer
  2241. tsdl-ttf >= "0.3"
  2242. tsort
  2243. tube >= "4.4.0"
  2244. tuntap
  2245. twirp_cohttp_lwt_unix
  2246. twirp_core
  2247. twirp_ezcurl
  2248. twirp_tiny_httpd
  2249. twostep
  2250. tyabt
  2251. typerep >= "v0.12.0" & < "v0.17.0"
  2252. typeset < "0.4"
  2253. tyre >= "0.5"
  2254. tyxml >= "4.3.0"
  2255. tyxml-jsx
  2256. tyxml-lwd < "0.4"
  2257. tyxml-ppx >= "4.3.0"
  2258. tyxml-syntax
  2259. ubase
  2260. ubpf
  2261. uecc >= "0.2"
  2262. uint >= "2.0.1"
  2263. ulid
  2264. um-abt
  2265. unidecode
  2266. unionFind
  2267. unisim_archisec < "0.0.1"
  2268. unison >= "2.51.4" & < "2.53.4"
  2269. universo
  2270. unix-errno >= "0.6.0"
  2271. unstrctrd
  2272. uri >= "2.2.1"
  2273. uri-bench
  2274. uri-re
  2275. uri-sexp
  2276. uring < "0.4"
  2277. uritemplate
  2278. user-agent-parser
  2279. username_kernel < "v0.17.0"
  2280. uspf
  2281. uspf-lwt
  2282. uspf-mirage
  2283. uspf-unix
  2284. utop
  2285. uuuu >= "0.1.1"
  2286. validator
  2287. variantslib >= "v0.12.0" & < "v0.17.0"
  2288. varray
  2289. vcaml
  2290. vcardgen >= "1.2"
  2291. vchan
  2292. vchan-unix
  2293. vchan-xen
  2294. vec
  2295. vector
  2296. vector3 >= "1.0.0"
  2297. vercel
  2298. vhd-format >= "0.12.0"
  2299. vhd-format-lwt
  2300. virtual_dom < "v0.17.0"
  2301. visitors >= "20200207"
  2302. vlq >= "0.2.1"
  2303. vmnet
  2304. vocal
  2305. voqc
  2306. vorbis
  2307. vpt >= "5.0.0"
  2308. vue-jsoo
  2309. wall >= "0.4"
  2310. wasm >= "2.0.2"
  2311. wasmer
  2312. wasmtime
  2313. wayland
  2314. waylaunch
  2315. webauthn
  2316. weberizer >= "0.8"
  2317. webmachine >= "0.6.2"
  2318. websocket >= "2.12"
  2319. websocket-async >= "2.12"
  2320. websocket-lwt
  2321. websocket-lwt-unix
  2322. websocketaf
  2323. webtest
  2324. webtest-js
  2325. wikitext
  2326. win-error >= "1.0"
  2327. win-eventlog >= "0.3"
  2328. winsvc
  2329. ws
  2330. ws-server
  2331. wseg
  2332. wtf8 >= "1.0.2"
  2333. wtr
  2334. wtr-ppx
  2335. wu-manber-fuzzy-search
  2336. x509
  2337. x86_64-esperanto >= "0.0.6"
  2338. xapi-backtrace
  2339. xapi-inventory
  2340. xapi-rrd
  2341. xapi-stdext-date
  2342. xapi-stdext-encodings
  2343. xapi-stdext-pervasives
  2344. xapi-stdext-std
  2345. xapi-stdext-threads
  2346. xapi-stdext-unix
  2347. xapi-stdext-zerocheck
  2348. xdg-basedir
  2349. xen-evtchn
  2350. xen-evtchn-unix
  2351. xen-gnt
  2352. xen-gnt-unix
  2353. xenstore
  2354. xenstore_transport >= "1.1.0"
  2355. xmelly
  2356. xml-light >= "2.5"
  2357. xmldiff >= "0.7.0"
  2358. xmldiff_js
  2359. xmlplaylist >= "0.1.5"
  2360. xoshiro
  2361. xtmpl >= "0.19.0" & < "1.1.0"
  2362. xtmpl_js < "1.1.0"
  2363. xtmpl_ppx < "1.1.0"
  2364. yaml >= "1.0.0"
  2365. yaml-sexp
  2366. yara >= "0.2"
  2367. yocaml < "2.0.0"
  2368. yocaml_cmark
  2369. yocaml_git < "2.0.0"
  2370. yocaml_jingoo < "2.0.0"
  2371. yocaml_markdown
  2372. yocaml_mustache < "2.0.0"
  2373. yocaml_syndication < "2.0.0"
  2374. yocaml_unix < "2.0.0"
  2375. yocaml_yaml < "2.0.0"
  2376. yojson >= "1.5.0"
  2377. yojson-bench
  2378. yojson-five
  2379. yurt >= "0.6"
  2380. yuscii >= "0.2.1"
  2381. yuujinchou
  2382. zarith-ppx
  2383. zarith_stubs_js < "v0.17.0"
  2384. zed >= "2.0.6" & < "3.2.0"
  2385. zeit
  2386. zelus
  2387. zelus-gtk
  2388. zipperposition
  2389. zipperposition-tools
  2390. zlib
  2391. zlist >= "0.4.0"
  2392. zmq >= "5.1.0"
  2393. zmq-async >= "5.1.0"
  2394. zmq-eio
  2395. zmq-lwt >= "5.1.0"
  2396. zstandard >= "v0.12.1" & < "v0.17.0"
  2397. zstd = "0.3"
  2398. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.