package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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.

Added to opam-repository:

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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

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

The example directory contains examples of projects using dune.

Main workflow 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. OCaml is all you need to build Dune and packages using Dune. 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 and arrange them in any way on the file system. 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 can 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

We recommended installing Dune 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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 fairly stable and 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.3"

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