package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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 boot/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"

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